body {
  font-size: 16px;
  font-family: PingFang SC;
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}
.ellipsis {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: black;
}
.ellipsis3 {
  text-overflow: ellipsis;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  text-overflow: ellipsis;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex__c {
  display: flex;
  align-items: center;
}
.flex_b_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.cursor {
  cursor: pointer;
}
header {
  position: relative;
  width: 100%;
  /*height: 1040px;*/
    height: 470px;
  /*background: url('../images/image_tbj.png') no-repeat;*/
  background: url('/public/site/gqt/common/img/jb_bg.png') no-repeat;
  background-size: 100% 100%;
}

.header-top {
  height: 40px;
  line-height: 40px;
  /*background: linear-gradient(90deg, #2BCBFB, #25A2FF);*/
  /*margin: 15px 0 17px;*/
  /*font-size: 16px;*/
  font-weight: bold;
  color: #FFFFFF;
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: 50%;
}
.header-top .flex__c img {
  margin: 0 8px;
  width: 22px;
}
.header-top .flex__c {
  color: #ffffff;
  font-size: 15px;
}
.header {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /*padding-top: 15px;*/
  box-sizing: border-box;
}
.header .header_logo {
  color: #ee1e2d;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header_logo img {
  margin-right: 16px;
  width: 18%;
}
.header .header_logo .title {
  font-size: 40px;
  font-weight: 800;
  margin-right: 80px;
  letter-spacing: 5px;
  border: 0;
}
.header .flR {
  display: flex;
}
.header .flR img {
  width: 136px;
  height: 60px;
  margin-right: 12px;
}
.header .flR div {
  width: 350px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #FEF480;
  line-height: 30px;
}
header .header_nav {
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
  margin: 15px 0 17px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;

}
header .header_nav .header {
  padding: 0 !important;
}
.header_nav img {
  margin-right: 8px;
  width: 20%;
}
.header_nav .header>a {
  color: #fff !important;
  text-decoration: none;
  /*padding: 0 30px;*/
  position: relative;
}
.header_nav .header>a:hover {
  background-color: rgba(37,162,255,0.5);
}
.header_nav .header>a .menu {
  display: none;
  z-index: 99;
  width: 100%;
  position: absolute;
  left: 0;
  top: 64px;
  background-color: rgba(37,162,255,0.8);
  font-size: 20px;
  /* background-color: #000; */
}
.menu div {
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #fff;
}
.menu div:last-child {
  border: none;
}
.menu div:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
header .announcement {
  text-align: center;
  padding: 20px 100px;
  overflow: hidden;
  position: relative;
  height: 95px;
  background: linear-gradient(#f5edd8, #faf9c6);
  color: #ee1e2d;
  /*color: #faf9c6;*/
  box-shadow: 0 0 5px rgb(0, 0 ,0 ,0.1);
  box-sizing: border-box;
  margin: 13px auto 11px;
}
#tip {
  font-size: 15px;
  color: #6b99c3;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(90deg, #f4d195, #f0bd5f);
  transform: rotate(-50deg);
}
.announcement .tip {
  font-size: 15px;
  color: #6b99c3;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(90deg, #f4d195, #f0bd5f);
  transform: rotate(-50deg);
}
.work .title .tit_left::before {
  background: url('../images/icon_gzdt.png') no-repeat !important;
  background-size: 100% 100%;
}
.work .title .tit_left::after {
  background: url('../images/icon_gzx.png') no-repeat !important;
  background-size: 100% 100%;
}
#swiper {height: 585px;overflow:hidden;position:relative; }
/*#swiper {height: 630px;overflow:hidden;position:relative; }*/
#swiper img { position:absolute;top:0;left:0;width:100%;height:100%; }
.swiper_title {
  position: absolute;
  /* bottom: 24px; */
  bottom: 8px;
  left: 50%;
  width: 1200px;
  padding: 0 30px;
  transform: translateX(-50%);
  height: 75px;
  line-height: 75px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  z-index: 9;
  text-align: center;
  box-sizing: border-box;
}
#dot {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  display: flex;
}
#dot div {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
#dot .active {
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 33px;
  width: 30px;
}
.work_announcement > div {
  flex: 1;
}
.work_announcement > div:first-child {
  margin-right: 30px;
}
.work_announcement .content {
  padding: 20px 19px 20px 7px;
  max-height: 400px;
  min-width: 150px;
}
.work_announcement .content ul,
.mediaInfo .left .content ul,
.mediaInfo .right .content ul {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.work_announcement .content ul li,
.mediaInfo .left .content ul li,
.mediaInfo .right .content ul li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.work_announcement .content ul li > div:first-child, 
.mediaInfo .left .content ul li > div:first-child {
  max-width: 450px;
}
.work_announcement .content ul li::before,
.mediaInfo .left .content ul li::before,
.mediaInfo .right .content ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.work_announcement .title {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 12px;
  box-sizing: border-box;
}
.work_announcement .title .tit_left {
  position: relative;
  width: 184px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
  border-radius: 6px;
  padding-left: 45px;
  margin-right: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.special-activity {
  position: relative;
  width: 184px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
  border-radius: 6px;
  padding-left: 45px;
  margin-right: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.special-activity::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background: url('../images/icon_zthd_a.png') no-repeat;
  background-size: 100% 100%;
}
.special-activity::after {
  content: '';
  width: 78px;
  height: 72px;
  position: absolute;
  right: 6px;
  background: url('../images/icon_zthd_b.png') no-repeat;
  background-size: 100% 100%;
}

.basic-dynamic {
  position: relative;
  width: 184px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
  border-radius: 6px;
  padding-left: 45px;
  margin-right: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.basic-dynamic::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background: url('../images/icon_jcdt_a.png') no-repeat;
  background-size: 100% 100%;
}
.basic-dynamic::after {
  content: '';
  width: 78px;
  height: 72px;
  position: absolute;
  right: 6px;
  background: url('../images/icon_jcdt_b.png') no-repeat;
  background-size: 100% 100%;
}
.notification {
  position: relative;
  width: 184px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
  border-radius: 6px;
  padding-left: 45px;
  margin-right: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.notification::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background: url('../images/icon_tzgg.png') no-repeat;
  background-size: 100% 100%;
}
.notification::after {
  content: '';
  width: 78px;
  height: 72px;
  position: absolute;
  right: 6px;
  background: url('../images/icon_tzx.png') no-repeat;
  background-size: 100% 100%;
}


.work_announcement .title .tit_left::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background: url('../images/icon_tzgg.png') no-repeat;
  background-size: 100% 100%;
}
.work_announcement .title .tit_left::after {
  content: '';
  width: 78px;
  height: 72px;
  position: absolute;
  right: 6px;
  background: url('../images/icon_tzx.png') no-repeat;
  background-size: 100% 100%;
}
.work_announcement .title .more {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #FFFEFE;
  flex: 1;
  height: 28px;
  line-height: 28px;
  text-align: right;
  background: url('../images/image_yx.png') no-repeat;
  background-size: 100% 100%;
}

.work_announcement .title .more img {
  width: 6px;
  height: 12px;
  margin: 0 15px 0 5px;
  box-sizing: border-box;
}
.left .mediaInfo_title .more {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #FFFEFE;
  flex: 1;
  height: 28px;
  line-height: 28px;
  text-align: right;
  background: url('../images/image_yx.png') no-repeat;
  background-size: 100% 100%;
  margin: 32px 0 0 0;
}


.left .mediaInfo_title .more img {
  width: 6px;
  height: 12px;
  margin: 0 15px 0 5px;
  box-sizing: border-box;
}

.right .mediaInfo_title .more {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #FFFEFE;
  flex: 1;
  height: 28px;
  line-height: 28px;
  text-align: right;
  background: url('../images/image_yx.png') no-repeat;
  background-size: 100% 100%;
  margin: 32px 0 0 0;
  z-index: 800;
}

.right .mediaInfo_title .more img {
  width: 6px;
  height: 12px;
  margin: 0 15px 0 5px;
  box-sizing: border-box;
}

.title {
  display: flex;
  justify-content: space-between;
  padding: 0 53px 11px 0;
  color: #ee1e2d;
  align-items: flex-end;
  border-bottom: 1px solid #E6E6E6;
}.title div:first-child {
  display: flex;
  align-items: center;
}.title div:first-child img {
  margin-right: 13px;
}


.title div:first-child div {
  /* font-size: 20px; */
  font-size: 26px;
  font-weight: bold;
}
.more {
  color: #25A3FF;
  cursor: pointer;
  font-size: 14px;
}
.activity .content {
  margin: 10px 0 40px;
  overflow: hidden;
}
.activity .content img {
  width: 295px;
  height: 100%;
  margin-right: 5px;
}
.dynamic .content .tab {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 53px 13px 0;
  border-bottom: 2px solid #E6E6E6;;
}
.dynamic .content .tab .tab_item {
  /*cursor: pointer;*/
  /*padding: 0 48px;*/
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  width: 185px;
  height: 66px;
  background: url('../images/icon_xxzl.png') no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
}
.dynamic .content .tab .active {
  color: #25A3FF;
  /*background: url('../images/icon_tswj.png') no-repeat;*/
  background-size: 100% 100%;
}
.tab .active {
  /*position: relative;*/
  /*color: #25A3FF;*/

}
.tab .active::before {
  /*content: '';*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*transform: translate(-50%, 38px);*/
  /*background: url('../images/image_sjt.png') no-repeat;*/
  /*background-size: 100% 100%;*/
  /*width: 130px !important;*/
  /*height: 14px;*/
}
.content .tab_content {
  padding: 5px 67px 0 0;
  max-height: 500px;
  overflow: hidden;
  box-sizing: border-box;
}
.content .tab_content_item {
  margin-bottom: 15px;
}
.content .tab_content_item:hover {
  color: #25A2FF !important;
}
.content .tab_content_item:hover > div:first-child div:first-child {
  background-color: #25A2FF !important;
}
.content .tab_content_item:hover > div:last-child {
  color: #25A2FF !important;
}
.content .tab_content_item > div:first-child div:first-child {
  /*color: #25A2FF;*/
  /*margin-right: 15px;*/
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 8px;
}
.content .tab_content_item > div:last-child {
  color: #808080;
}
.img_title {
  cursor: pointer;
  position: relative;
}
.img_title img {
  width: 100%;
  height: 100%;
  margin: 10px 0 20px;
}
.img_title span {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #D9650C;
  letter-spacing: 20px;
}
.mediaInfo .left {
  flex: 1;
  /*margin-right: 79px;*/
}
.mediaInfo .mediaInfo_title {
  color: #25A4FF;
  font-size: 22px;
  font-weight: bold;
  color: #25A4FF;
}
.mediaInfo_title img {
  margin-right: 10px;
}
.mediaInfo .left .content {
 max-height: 430px;
}
.mediaInfo .left .content ul li{
  margin: 15px 0 0;
}
.mediaInfo .right {
  width: 570px;
}
.mediaInfo .right .right_tab .tab_item {
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  width: 155px;
  height: 66px;
  background: url('../images/icon_xxzl.png') no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
}
.mediaInfo .right .right_tab .active {
  color: #25A3FF;
  /*background: url('../images/icon_tswj.png') no-repeat;*/
  background-size: 100% 100%;
}
.mediaInfo .right .content {
  position: relative;
  height: 240px;
  margin-top: -35px;
  padding-top: 50px;
  background: url('../images/image_bjt.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  /* z-index: -1; */
}
.mediaInfo .right .content ul li > div:first-child {
  max-width: 650px;
}
.mediaInfo .right .content .more {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.scrollX {
  transform: translateX(-300px);
  transition: all 1s;
}
.closeScrollX {
  transform: translateX(0px);
  transition: none;
}
.active_title {
  color: #25A4FF;
}
.active_title::before {
  background-color: #25A4FF !important;
}
.timeline_tab {
  /*margin-top: 52px;*/
  height: 340px;
}
.timeline_tab .tab_column {
  height: 100%;
  /*border-right: 1px solid #f5f5f5;*/
  display: flex;
  flex-direction: column;
  padding-right: 28px;
  /*justify-content: space-between;*/
}
.timeline_tab .tab_column .tab_column_item {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  color: #666666;
  font-weight: bold;
  margin: 0 0 70px 0;
}
/*.timeline_tab .tab_column .tab_column_item::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  right: -77px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  background: #1FCDFF;*/
/*  opacity: 0.3;*/
/*  border-radius: 50%;*/
/*}*/
/*.timeline_tab .tab_column .tab_column_item::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  right: -80px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  background: #1FCDFF;*/
/*  opacity: 0.1;*/
/*  border-radius: 50%;*/
/*}*/
.timeline_tab .tab_column .active::before {
  background: linear-gradient(0deg, #2499FF 0%, #2CCDFB 100%);
  opacity: 1;
}
.timeline_tab .tab_column .active::after {
  opacity: 0.27;
}
.timeline_tab .tab_column .active {
  color: #fff;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
}
.timeline_tab .content {
  position: relative;
  height: 100%;
  /*flex: 1;*/
  /*padding: 17px 0 25px 72px;*/
  box-sizing: border-box;
}
.timeline_tab .content .main {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  /*border: 1px solid #EEF7FE;*/
  /* border: 1px solid #000; */
  /*padding: 26px 10px 24px 25px;*/
  padding-bottom: 10px;
  box-sizing: border-box;
}
.main_titles {
  width: 68% !important;
  padding: 20px 15px !important;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden
}



.tri {
  height: 100%;
  position: absolute;
  left: 46px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.tri .triangle {
  position: relative;
  border-width: 13px;
  border-style: dashed  solid  dashed  dashed;
  border-color: transparent #EEF7FE transparent transparent;
  /* border-color: transparent #000 transparent transparent; */
}
.tri .triangle::before {
  content: '';
  position: absolute;
  left: -8px;
  top: -11px;
  border-width: 11px;
  border-style: dashed  solid  dashed  dashed;
  border-color: transparent #fff transparent transparent;
}
.border0 {
  border-width: 0 !important;
  margin-top: 26px !important;
}
.border13 {
  border-width: 13px !important;

}
.timeline_tab .content .main img {
  /*width: 466px;*/
  /*height: 377px;  */
  width: 260px;
  height: 170px;
  background: #000000;
  /*border-radius: 12px;*/
  /*overflow: hidden;*/
}
.timeline_tab .content .main .main_right {
  flex: 1;
  padding: 0 0 0 37px;
  box-sizing: border-box;
  overflow: hidden;
}
.content{
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
}
.main_right {
  /*margin: 20px 0;*/
}

.main_right ul {
  margin: 0;
  padding: 0;
}
.main_right ul li {
  position: relative;
  text-indent: 1em;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 30px;
  /*margin-bottom: 10px;*/
  font-size: 16px;
}
.main_right ul li::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #B3B3B3;
  border-radius: 50%;
}
.main_right ul li .active::before {
  background: linear-gradient(0deg, #2499FF 0%, #2CCDFB 100%) !important;
}
.hide {
  display: none;
}

.link:hover {
  color: #007DCF;
}

.video {
  color: #fff;
  background: linear-gradient(90deg, #2BCBFB, #25A2FF);
  text-align: center;
  width: 100px;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  font-weight: bold;
  margin: 0 0 0 40px;
}
.hover:hover {
  cursor:pointer;
}

/*.detail:hover {*/
/*  color: #007DCF;*/
/*  cursor:pointer;*/
/*}*/